use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Wed, 19 Aug 2026 17:55:58 +0000 (19:55 +0200)
committerMoritz Muehlenhoff <jmm@debian.org>
Wed, 19 Aug 2026 17:55:58 +0000 (19:55 +0200)
commita436e7da1ac37433dda63c8306959fe6a83c1c61
treeac92881a14fdc66ffcfc529eacc11c3cbf7a44ec
parent6a073649dc05d4743761aba44f46eb603f9582b6
use int instead of time_t to print timezone info

Bug: https://bugs.openjdk.org/browse/JDK-8334502
Last-Update: 2024-06-19

printf() call uses %02d format specifier that requires an int parameter.

Gbp-Pq: Name jdk-8334502-proposed.patch
src/hotspot/share/runtime/os.cpp